/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url(/common/css/format.css);
@import url(/common/css/layout.css);
@import url(/common/css/common.css);
/* JOIN (STRUCTURES)
--------------------------------------- */
#main {
  float: none;
  width: 100%;
  min-width: 980px;
}
#main.finish {
  position: relative;
}
#main.finish::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

img {
  -webkit-backface-visibility: hidden;
}

#ln {
  background: #000000;
}

h2.ct {
  background: url(/fanclub/img/logo_bg.jpg) 0 0 no-repeat;
  text-indent: 0px;
  position: relative;
}
h2.ct::before {
  content: "";
  display: block;
  width: 460px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(/fanclub/img/fc_logo.png) 0 0 no-repeat;
}

h3.pt {
  background: #D4D4CD url(/fanclub/img/pt_fanclub.gif) 0 0 no-repeat;
  display: block;
  width: 980px;
  height: 30px;
  text-indent: -99999px;
}

p#tp {
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  margin-top: -30px;
}

p.finish {
  background: #e60012;
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 10px;
}

.flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.center {
  text-align: center;
}

.inner {
  width: 980px;
  margin: 0 auto;
  background: #FFFFFF;
}

ul.indent li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.inline li {
  display: inline-block;
}

.fc_red {
  color: #e60012;
}

.fc_yellow {
  color: #ffe100;
}

.fc_blue {
  color: #0081cc;
}

.txt_u {
  text-decoration: underline !important;
}

.em {
  font-weight: bold;
}

.red_box {
  background: #e60012;
  padding: 20px;
  color: #FFFFFF;
}

.btn_round {
  display: inline-block;
  min-width: 200px;
}
.btn_round a, .btn_round span {
  display: block;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 8px;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn_round a:hover, .btn_round span:hover {
  background: #ffe100;
  color: #000000;
}
.btn_round span {
  background: #aaa;
  color: #666;
}
.btn_round span:hover {
  background: #aaa;
  color: #666;
}

/* JOIN (MENU)
--------------------------------------- */
#join_menu h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 15px;
  line-height: 1;
  font-weight: bold;
  background: #666666;
  color: #ffe100;
}
#join_menu .menu {
  padding: 24px 30px;
  background: #c4c4c4;
  border-bottom: 1px solid #000000;
}
#join_menu .menu h3 {
  text-align: center;
  font-size: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
  background: #ffe100;
  color: #000000;
}
#join_menu .menu h3.option {
  margin-top: 20px;
}
#join_menu .menu ul.cp_nav {
  background: #ffffcc;
  padding: 20px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}
#join_menu .menu ul.cp_nav li a, #join_menu .menu ul.cp_nav li span {
  width: 390px;
  font-size: 20px;
  background: #FFFFFF;
  color: #000000;
  border: 4px solid #ffe100;
}
#join_menu .menu ul.cp_nav li a:hover, #join_menu .menu ul.cp_nav li span:hover {
  background: #ffe100;
}
#join_menu .menu ul.cp_nav li:nth-child(2n) {
  margin-left: 30px;
}
#join_menu .menu ul.cp_nav li:nth-child(n + 3) {
  margin-top: 20px;
}
#join_menu .menu ul.cp_nav li span {
  background: #d9d9d9;
  border-color: #b0b0b0;
  color: #828282;
}
#join_menu .menu ul.cp_nav li span:hover {
  background: #d9d9d9;
  color: #828282;
}
#join_menu .menu div.btn_round {
  margin: 0 auto;
  display: block;
  width: 420px;
}
#join_menu .menu div.btn_round a, #join_menu .menu div.btn_round span {
  font-size: 20px;
  background: #FFFFFF;
  color: #000000;
  border: 4px solid #FFF100;
  background: #ffe100;
  padding: 15px;
}
#join_menu .menu div.btn_round a:hover, #join_menu .menu div.btn_round span:hover {
  background: #000000;
  color: #ffe100;
}
#join_menu .menu div.btn_round span {
  background: rgba(0, 0, 0, 0.3);
  border-color: #b0b0b0;
  color: #bdbdbd;
}
#join_menu .menu div.btn_round span:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #bdbdbd;
}
#join_menu .menu .btn_off {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 19px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 420px;
  padding: 15px;
  color: #BDBDBD;
  border: 4px solid #b0b0b0;
}
#join_menu .menu dl.links {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#join_menu .menu dl.links dt a {
  font-size: 18px;
}
#join_menu .menu dl.links dd a {
  font-size: 16px;
}
#join_menu .menu dl.links dt, #join_menu .menu dl.links dd {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin: 0 10px;
}
#join_menu .menu dl.links dt a, #join_menu .menu dl.links dd a {
  padding: 8px 30px 8px 10px;
  display: inline-block;
  position: relative;
  color: #000000;
  border-radius: 10px;
  background: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#join_menu .menu dl.links dt a::after, #join_menu .menu dl.links dd a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #000000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#join_menu .menu dl.links dt a:hover, #join_menu .menu dl.links dd a:hover {
  color: #000000;
  background: #ffe100;
}
#join_menu .menu dl.links dt a:hover::after, #join_menu .menu dl.links dd a:hover::after {
  border-left: 10px solid #000000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#join_menu .menu p.stl {
  font-weight: bold;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}
#join_menu .menu ul.app_nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
#join_menu .menu ul.app_nav li {
  background: #FFFFFF;
  min-width: 176px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  border: 3px solid #ffe100;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#join_menu .menu ul.app_nav li.off {
  background: #D9D9D9;
  color: #828282;
  border: 3px solid #b0b0b0;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
}
#join_menu .menu ul.app_nav li.off img {
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin-right: 4px;
  opacity: 0.3;
}
#join_menu .menu ul.app_nav li.off::after {
  display: none;
}
#join_menu .menu ul.app_nav li.off:hover {
  background: #D9D9D9;
}
#join_menu .menu ul.app_nav li:hover {
  background: #ffe100;
}
#join_menu .menu ul.app_nav li a {
  color: #000000;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
}
#join_menu .menu ul.app_nav li a img {
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin-right: 4px;
}
#join_menu .menu ul.app_nav li::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid #000000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#join_menu .info.flexbox {
  background: #dbdbdb;
  padding: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#join_menu .info.flexbox .box {
  width: 440px;
}
#join_menu .info.flexbox .box h4 {
  background: #000000;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
}
#join_menu .info.flexbox .box p {
  font-size: 13px;
}
#join_menu .info.flexbox .box p.indent {
  text-indent: -1em;
  margin-left: 1em;
}
#join_menu .info.flexbox .box div.btn_round {
  margin: 20px auto 0 auto;
  display: block;
  width: 240px;
}
#join_menu .info.flexbox .box div.btn_round a {
  font-size: 18px;
}
#join_menu .info.flexbox .box div.btn_round a:hover {
  background: #ffe100;
}

/* JOIN (WAY)
--------------------------------------- */
#main.way {
  padding-bottom: 10px;
}
#main.way h2 {
  background: #333333;
  color: #ffe100;
  padding: 10px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#main.way .light_c {
  color: #25B6A0;
}
#main.way .hg_c {
  color: #144a97;
}
#main.way .premium_c {
  color: #8f0108;
}
#main.way ul.nav {
  padding: 20px;
  background: #ffffcc;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main.way ul.nav li {
  background: #FFFFFF;
  min-width: 176px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  border: 3px solid #ffe100;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#main.way ul.nav li:hover {
  background: #ffe100;
}
#main.way ul.nav li a {
  color: #000000;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 12px;
}
#main.way ul.nav li a img {
  vertical-align: middle;
  width: 18px;
  height: auto;
  margin-right: 4px;
}
#main.way ul.nav li::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#main.way p.caution {
  margin: 10px 20px;
  border: 2px solid #e60012;
  padding: 10px;
  border-radius: 10px;
}
#main.way p.caution img {
  vertical-align: sub;
}
#main.way p.caution .fc_red {
  font-size: 14px;
}
#main.way .unit {
  margin: 30px 20px;
}
#main.way .unit h3 {
  background: #ffe100;
  font-weight: bold;
  font-size: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 15px;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}
#main.way .unit h3 small {
  font-size: 16px;
}
#main.way .unit h3 small.irr {
  display: block;
  margin-top: 5px;
}
#main.way .unit h3 img {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
#main.way .unit h3 .tag24h {
  position: absolute;
  display: inline-block;
  background: #e60012;
  color: #FFF100;
  padding: 8px;
  height: 16px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  font-size: 18px;
}
#main.way .unit h4.lead {
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-top: 10px;
}
#main.way .unit h4.lead.continue {
  display: inline-block;
  background: #00913a;
  color: #FFFFFF;
  padding: 4px 8px;
}
#main.way .unit h4.lead.new {
  display: inline-block;
  background: #2558b6;
  color: #FFFFFF;
  padding: 4px 8px;
}
#main.way .unit p.txt {
  margin-top: 5px;
  font-size: 14px;
}
#main.way .unit dl.howto {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#main.way .unit dl.howto dt {
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
  text-indent: -0.5em;
}
#main.way .unit dl.howto dd {
  font-size: 15px;
  line-height: 1.6;
}
#main.way .unit#web .btn_round {
  margin: 20px auto;
  width: 200px;
  display: block;
}
#main.way .unit#web ul.caution li img {
  margin-right: 4px;
}
#main.way .unit#web .howto_pay {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFCC;
  padding: 15px 20px;
  border: 3px solid #ffe100;
  margin-top: 20px;
}
#main.way .unit#web .howto_pay dl {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 40%;
  margin: 10px 0;
}
#main.way .unit#web .howto_pay dl dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
#main.way .unit#web .howto_pay dl dd {
  font-size: 15px;
  margin: 5px 0;
}
#main.way .unit#web .howto_pay ul.indent {
  width: 60%;
}
#main.way .unit#web .howto_pay ul.indent li {
  margin-top: 5px;
}
#main.way .unit#web .howto_area {
  margin: 20px 0;
}
#main.way .unit#web .howto_area p.lead {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#main.way .unit#web .howto_area .box {
  padding: 10px 20px;
}
#main.way .unit#web .howto_area .box img {
  width: 100%;
  height: auto;
}
#main.way .unit#web .howto_area .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main.way .unit#web .howto_area .flexbox h4 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
}
#main.way .unit#web .howto_area .flexbox p {
  font-size: 13px;
  margin: 10px 0;
}
#main.way .unit#web .howto_area .flexbox .capture {
  margin: 10px 0 0 0;
}
#main.way .unit#web .howto_area .flexbox .comment {
  font-size: 12px;
}
#main.way .unit#web .howto_area .flexbox .howto_update {
  width: 460px;
}
#main.way .unit#web .howto_area .flexbox .howto_update .box {
  border: 2px solid #00a0e9;
}
#main.way .unit#web .howto_area .flexbox .howto_update h4 {
  background: #00a0e9;
}
#main.way .unit#web .howto_area .flexbox .howto_update h5 {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #00a0e9;
}
#main.way .unit#web .howto_area .flexbox .howto_update dl {
  border: 2px solid #e60012;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}
#main.way .unit#web .howto_area .flexbox .howto_update dl dt {
  background: #e60012;
  color: #FFFFFF;
  font-size: 16px;
  padding: 5px;
  text-align: center;
  line-height: 1;
}
#main.way .unit#web .howto_area .flexbox .howto_update dl dd {
  padding: 10px 20px 15px 20px;
  font-size: 16px;
  line-height: 1.4;
}
#main.way .unit#web .howto_area .flexbox .howto_update dl.about_update {
  border-color: #2558b6;
  margin-bottom: 10px;
}
#main.way .unit#web .howto_area .flexbox .howto_update dl.about_update dt {
  background: #2558b6;
}
#main.way .unit#web .howto_area .flexbox .howto_change {
  width: 450px;
}
#main.way .unit#web .howto_area .flexbox .howto_change h4 {
  background: #32b6a0;
}
#main.way .unit#web .howto_area .flexbox .howto_change .box {
  border: 2px solid #32b6a0;
}
#main.way .unit#loppi h3 + .caution {
  margin-bottom: 15px;
}
#main.way .unit#loppi .flexbox .step {
  width: 280px;
  margin-bottom: 20px;
}
#main.way .unit#loppi .flexbox .step img {
  width: 100%;
  height: auto;
}
#main.way .unit#loppi .flexbox .arrow {
  margin: 20px 10px 20px 5px;
}
#main.way .unit#loppi .step {
  margin-bottom: 10px;
}
#main.way .unit#loppi .step dt {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: table;
}
#main.way .unit#loppi .step dt span.num {
  background: #00913a;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}
#main.way .unit#loppi .step dt span {
  display: table-cell;
}
#main.way .unit#loppi .step dt span.num + span {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#main.way .unit#stadium h4.lead {
  margin-top: 20px;
}
#main.way .unit#post .btn_round, #main.way .unit#stadium .btn_round {
  margin: 10px 0 0 0;
}
#main.way .unit#post .btn_round a, #main.way .unit#stadium .btn_round a {
  font-size: 15px;
}
#main.way .unit#post ul.indent, #main.way .unit#stadium ul.indent {
  margin: 10px 0;
}
#main.way .unit#post ul.indent li, #main.way .unit#stadium ul.indent li {
  font-size: 13px;
}
#main.way .unit#post dl.caution, #main.way .unit#stadium dl.caution {
  margin-top: 20px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#main.way .unit#post dl.caution dt, #main.way .unit#stadium dl.caution dt {
  background: #e60012;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  padding: 5px 8px;
}
#main.way .unit#post dl.caution dd, #main.way .unit#stadium dl.caution dd {
  border-left: 2px solid #e60012;
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.6;
}
#main.way .unit#post .required_info dt {
  font-weight: bold;
  font-size: 15px;
}
#main.way .unit#post .required_info dd {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  display: table;
  padding-top: 10px;
}
#main.way .unit#post .required_info dd span.num {
  background: #e60012;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}
#main.way .unit#post .required_info dd span {
  display: table-cell;
}
#main.way .unit#post .required_info dd span.num + span {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#main.way .unit#post .app_note {
  background: #e60012;
  border-radius: 10px 10px;
  margin: 20px 0;
  font-size: 14px;
}
#main.way .unit#post .app_note .note_inner {
  background: url(../../img/icon_caution.png) no-repeat left 6px center;
  background-size: 28px auto;
  color: #fff;
  padding: 10px 10px 10px 40px;
}
#main.way .unit#post .app_note .note_lead {
  font-weight: bold;
  font-size: 18px;
  color: #ffe100;
}
#main.way .unit .irr_caution {
  border: 2px solid #e60012;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 10px;
}
#main.way .unit .irr_caution .lead {
  font-size: 16px;
  font-weight: bold;
}
#main.way .unit .irr_caution small {
  font-size: 14px;
}

/*# sourceMappingURL=way.css.map */
